/*=========À¸Ä¿²Ëµ¥===========*/

div#menu	{
    width:100%;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	margin-left:0px;
	padding:0;
	background-image: url(bj_bj.png);
	background-repeat: repeat-x;
	background-position: 0px -600px;
}

div#mainmenu ul {
    height: 37px;
    line-height: 37px;
    overflow: hidden;
}

div#mainmenu li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: left -600px;
}

div#mainmenu a{
	display: block;
	width: 104px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font: 12px/37px;
}

div#mainmenu a:link,div#mainmenu a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: left -600px;
}

div#mainmenu a:hover,div#mainmenu a:active{
	color: #FFF;
	text-decoration: none;
	background-image: url(down_bj.png);
	background-position: center -600px;
	font-weight: bold;
}

div#mainmenu a.current{
	color: #FFF;
	text-decoration: none;
	background-image: url(down_bj.png);
	background-position: center -600px;
	font-weight: bold;
}


div#smenu	{
	padding: 0;
}

div#smenu ul{z-index:99999999;
display:none;
margin:0px 0px 0px 0px;
}

div#smenu li {
margin:0;
list-style-type: none;
line-height:30px;
float:left;
color:#000000;
white-space: nowrap;
}

div#smenu a:link,div#smenu a:visited,div#smenu a:active{
	margin:0;
	color:#fff;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

div#smenu a:hover{
line-height:30px;
text-decoration: underline;
}


#smenu ul li{ float:left; width:108px; color:#840001;background:#840001; }
#smenu ul li a{ float:left; width:100%; display:block; text-align:center}
